home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_fileutils.idb / usr / freeware / catman / u_man / cat1 / mv.Z / mv
Text File  |  1998-05-21  |  5KB  |  134 lines

  1. /xlv1/freeware/1998.May/fileutils/3.16/fileutils-3.16.diffbuild/man
  2.  
  3.  
  4.  
  5.      MMMMVVVV((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         MMMMVVVV((((1111))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       mv - rename files
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       mmmmvvvv [options] source dest
  14.       mmmmvvvv [options] source... directory
  15.       Options:
  16.       [-bfiuv] [-S backup-suffix] [-V {numbered,existing,simple}]
  17.       [--backup] [--force] [--interactive] [--update] [--verbose]
  18.       [--suffix=backup-suffix] [--version-
  19.       control={numbered,existing,simple}] [--help] [--version]
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.       This documentation is    no longer being    maintained and may be
  23.       inaccurate or    incomplete.  The Texinfo documentation is now
  24.       the authoritative source.
  25.  
  26.       This manual page documents the GNU version of    mmmmvvvv.  If    the
  27.       last argument    names an existing directory, mmmmvvvv    moves each
  28.       other    given file into    a file with the    same name in that
  29.       directory.  Otherwise, if only two files are given, it moves
  30.       the first onto the second.  It is an error if    the last
  31.       argument is not a directory and more than two    files are
  32.       given.  It can move only regular files across    filesystems.
  33.  
  34.       If a destination file    is unwritable, the standard input is a
  35.       tty, and the -_f or --_f_o_r_c_e option is not given, mmmmvvvv prompts
  36.       the user for whether to overwrite the    file.  If the response
  37.       does not begin with `y' or `Y', the file is skipped.
  38.  
  39.     OOOOPPPPTTTTIIIIOOOONNNNSSSS
  40.       -_b, --_b_a_c_k_u_p
  41.            Make backups of files that are about to be removed.
  42.  
  43.       -_f, --_f_o_r_c_e
  44.            Remove existing destination files and never prompt the
  45.            user.
  46.  
  47.       -_i, --_i_n_t_e_r_a_c_t_i_v_e
  48.            Prompt whether to overwrite each    destination file that
  49.            already exists.    If the response    does not begin with
  50.            `y' or `Y', the file is skipped.
  51.  
  52.       -_u, --_u_p_d_a_t_e
  53.            Do not move a nondirectory that has an existing
  54.            destination with    the same or newer modification time.
  55.  
  56.       -_v, --_v_e_r_b_o_s_e
  57.            Print the name of each file before moving it.
  58.  
  59.       --_h_e_l_p
  60.            Print a usage message on    standard output    and exit
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      MMMMVVVV((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         MMMMVVVV((((1111))))
  72.  
  73.  
  74.  
  75.            successfully.
  76.  
  77.       --_v_e_r_s_i_o_n
  78.            Print version information on standard output then exit
  79.            successfully.
  80.  
  81.       -_S, --_s_u_f_f_i_x _b_a_c_k_u_p-_s_u_f_f_i_x
  82.            The suffix used for making simple backup    files can be
  83.            set with    the SSSSIIIIMMMMPPPPLLLLEEEE____BBBBAAAACCCCKKKKUUUUPPPP____SSSSUUUUFFFFFFFFIIIIXXXX environment variable,
  84.            which can be overridden by this option.    If neither of
  85.            those is    given, the default is `~', as it is in Emacs.
  86.  
  87.       -_V, --_v_e_r_s_i_o_n-_c_o_n_t_r_o_l    {_n_u_m_b_e_r_e_d,_e_x_i_s_t_i_n_g,_s_i_m_p_l_e}
  88.            The type    of backups made    can be set with    the
  89.            VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL environment variable, which can be
  90.            overridden by this option.  If VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL is not
  91.            set and this option is not given, the default backup
  92.            type is `existing'.  The    value of the VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL
  93.            environment variable and    the argument to    this option
  94.            are like    the GNU    Emacs `version-control'    variable; they
  95.            also recognize synonyms that are    more descriptive.  The
  96.            valid values are    (unique    abbreviations are accepted):
  97.  
  98.            `t' or `numbered'
  99.             Always make    numbered backups.
  100.  
  101.            `nil' or    `existing'
  102.             Make numbered backups of files that    already    have
  103.             them, simple backups of the    others.
  104.  
  105.            `never' or `simple'
  106.             Always make    simple backups.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                         (printed 5/18/98)
  131.  
  132.  
  133.  
  134.